
/* utils */
.mt0 {
    margin-top: 0 !important;
}

.mtl {
    margin-top: 5em;
}

.mbm {
    margin-bottom: 0.938em;
}
/* 15px */
.mbl {
    margin-bottom: 1.875em;
}
/* 30px */


/* rightbox */
.rightBox.header7.active .registerGroup {
    display: none;
}

/* header-utils */
.header-utils {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

    .header-utils .searchBox {
        width: 150px;
    }

@supports (display: grid) {
    .header-utils {
        display: grid;
        grid-template-columns: 3fr 1fr;
        grid-gap: 1em;
    }
    /*.header-utils .searchBox {
            width: auto;
        }*/
}

.header-utils > .searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    top: 0 !important;
    right: 0 !important;
}

.header-utils > .searchBox input.NormalTextBox {
    color: #eaeaea;
}

.header-utils > .searchSkinObjectPreview {
    top: calc(100% + 10px) !important;
}

.header-utils > .searchBox {
    background-color: rgba(0,0,0,.2);
}

.roll_activated .header-utils {
    display: none;
}

/* menu */
.menu-utils-box {
    position: absolute;
    color: #fff;
    right: 0;
}

#dnngo_megamenu .dnngo_menuslide {
    top: 80% !important;
}

#dnngo_megamenu > div > ul > li:hover > a > span,
#dnngo_megamenu > div > ul > li.current > a > span,
#dnngo_megamenu > div > ul > li.menu_hover > a > span,
#dnngo_megamenu > div > ul > li > a:hover > span > i,
#dnngo_megamenu > div > ul > li.menu_hover > a > span > i,
#dnngo_megamenu > div > ul > li.current > a > span > i {
    color: #e28d25;
}


.roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a > span {
    color: #fff !important;
}

.headerBox .nav_box {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* footer */
.footer-list,
.footer-address-list,
#footer-links-list {
    list-style: none;
    margin: 0;
    line-height: 1;
}

#footer-links-list [href$='bolsa-formadores'] { display: none; }

.footer-list > li {
    padding: 1em 2em;
    color: #fff;
    border-left: 4px solid #e28d25;
    text-transform: uppercase;
}

    .footer-list > li + li, .footer-address-list > li + li {
        margin-top: 1em;
    }

.footer-address-list > li {
    line-height: 1.5;
}

.footer-address-list > img {
    max-width: 100%;
}

.footer-list {
    margin-bottom: 1em;
}

.footer_bottom .footer_bottom_bg {
    background-color: #122e3a;
}

.footer_box .footer_bottom {
    padding: 20px 0 !important;
}


.img-resp {
    max-width: 100%;
}

/* hp servi�os grid */
.servicos h3, .servicos p {
    line-height: 1;
}

    .servicos h3 a, .servicos p a {
        color: #333;
    }

.servicos a span {
    font-weight: bold;
}

.servicos .title:before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #e28d25;
    margin-left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.servicos .title {
    text-align: center;
    text-transform: uppercase;
    padding-top: .6em;
    margin: 1em 0 1.5em 0;
    position: relative;
}

.servicos .cards {
    display: flex;
}

.servicos .animat-col06 {
    margin: 0px 10px;
}

@supports (display: grid) {
    .servicos .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 1em;
    }

    .servicos .animat-col06 {
        margin: 0px;
        margin-bottom: 25px;
    }
}

.servicos .animat-col06 .box {
    color: #e28d25;
}

.servicos .animat-col06 .btn {
    color: #e28d25;
    font-size: 14px;
}

.servicos .animat-col06 {
    background-color: #fff;
    outline: 1px solid #efefef;
}

/* hp �ltimas */
.ultimas {
    display: flex;
    justify-content: space-between;
    background-color: #efefef;
}

    .ultimas img {
        display: block;
        max-height: 75vh;
        max-width: 50vw;
    }


@supports (display: grid) {
    .ultimas {
        display: grid;
        grid-gap: 1em;
        grid-template-columns: repeat(auto-fit, minmax(31.250em, 1fr));
    }

        .ultimas img {
            display: inherit;
            max-width: 100%;
            max-height: initial;
        }
}

.ultimas h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    margin: 1em 0 1.5em 0;
    line-height: 1;
}

.ultimas h2 {
    color: #e28d25;
    font-size: 1.6em;
    line-height: 1;
}

.ultimas p {
    color: #000;
}

.ultimas .noticias {
    padding: 1em 0 1em 1em;
}

.ultimas .noticia + .noticia {
    padding: 1em 1em 1em 0;
}

.ultimas .noticia + .noticia {
    border-top: 1px solid silver;
}

/* hp slider */
.slider {
    height: 400px;
    background-image: url("http://aps.softfinanca.net/Portals/0/Images/apsImg/bg.jpg?ver=2019-02-25-142545-600");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
}

    .slider .hgroup {
        margin: auto;
        text-align: center;
    }

    .slider h1 {
        font-size: 3em;
        line-height: 1;
    }

    .slider p {
        font-size: 2em;
        line-height: 1;
    }

/* hp destaques */
.academia .title:before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #e28d25;
    margin-left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.academia .title {
    text-align: center;
    text-transform: uppercase;
    padding-top: .6em;
    margin: 1em 0 1.5em 0;
    position: relative;
}

.academia .date, .academia .cat {
    margin: 0;
}

.academia .cat {
    font-weight: bold;
    color: #123a4c;
    text-transform: uppercase;
}

.academia .date {
    color: #000;
    font-weight: 400;
}

/*.academia .tit {
    color: #123a4c;
    line-height: 1.3;
    font-size: 1.6em;
    margin: 0 0 .5em 0;
}*/

.academia .tit {
    color: #123a4c;
    line-height: 1.1;
    font-size: 1.4em;
    margin: 0 0 .2em 0;
}
    .academia .tit a i {
        margin-left: 4px;
        font-size: 15px;
    }
    .academia .tit a:hover  {
        text-decoration: none;
    }
    .academia .tit a:hover > span {
        text-decoration: underline;
        color: #e28d25;
        transition: color ease 300ms;
	    -moz-transition: color ease 300ms; /* Firefox 4 */
	    -webkit-transition: color ease 300ms; /* Safari and Chrome */
	    -o-transition: color ease 300ms; /* Opera */
	    -ms-transition: color ease 300ms; /* IE9? */
    }

.academia > .destaque + .destaque {
    margin-top: 2.5em;
}

/*.academia .destaque {
    padding: 1em;
    border-bottom: 1px solid #b5b5b5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/
.academia .destaque {
    padding: .5em 1em;
    border-bottom: 1px solid #b5b5b5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.academia article:last-child .destaque {
    border-bottom: none;
}

/*@media (min-width: 1024px) {
    .academia .destaque {
        min-height: 265px;
    }
}

@media (min-width: 415px) and (max-width: 768px) {
    .academia .destaque {
        min-height: 210px;
    }
}*/

.academia footer {
    display: flex;
    justify-content: space-between;
}

    .academia footer .btn {
        margin-left: auto;
    }

.academia .btn {
    color: #e28d25;
}

    .academia .btn:hover {
        background-color: #e28d25;
        color: #fff;
    }

/* breadcrumb */
.breadcrumb span > span > span:first-of-type {
    text-transform: uppercase;
}

/* cookies */
.cookies-aps {
    background-color: rgba(226, 141, 37, 0.92);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    color: #fff;
}

    .cookies-aps .cookie {
        padding: 2rem 1rem;
        margin-bottom: 0;
    }

        .cookies-aps .cookie .btn-more {
            font-weight: bold;
            text-decoration: underline;
            margin: 0 1rem;
        }

        .cookies-aps .cookie .btn-ok {
            text-transform: uppercase;
            background-color: transparent;
            border-radius: 5px;
            border: 2px solid #fff;
            color: #fff;
            padding: .5rem 1rem;
            font-weight: bold;
        }

            .cookies-aps .cookie .btn-ok:hover {
                background-color: #fff;
                color: #26344f;
            }

@media (max-width: 414px) {
    /*.academia .destaque {
        min-height: auto;
    }*/

    .cookies-aps .cookie {
        display: flex;
        flex-direction: column;
    }

        .cookies-aps .cookie .btn-more {
            margin: 1rem 0;
        }
}

/* forms contactos */
.S001_Theme_Default .SuperForm {
    /*margin-top: 2rem;*/
    font-family: "Raleway", sans-serif !important;
}

.SuperForm .field_row {
    display: flex;
    flex-direction: column;
}

.S001_Theme_Default .fieldtitle {
    text-align: left !important;
}

.S001_Theme_Default .SuperForm .SF_SubHead {
    text-transform: uppercase;
}

.S001_Theme_Default .SuperForm .SuperForm_DropdownList {
    width: 80% !important;
}

.S001_Theme_Default .SuperForm .SF_TextBox {
    width: 50% !important;
}

.S001_Theme_Default .SuperForm textarea.SF_TextBox {
    width: 100% !important;
}

@media (max-width: 768px) {
    .S001_Theme_Default .SuperForm .SuperForm_DropdownList,
    .S001_Theme_Default .SuperForm .SF_TextBox,
    .S001_Theme_Default .SuperForm textarea.SF_TextBox {
        width: 100% !important;
    }
}

.S001_Theme_Default .SuperForm .SF_TextBox,
.S001_Theme_Default .SuperForm_DropdownList {
    background-color: #eaeaea !important;
    border: 0 !important;
    border-radius: 3px !important;
}

.SuperForm .button_list > table {
    margin: 1rem 0 !important;
}

.S001_Theme_Default .SuperForm .SF_Button {
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.S001_Theme_Default .SuperForm a.SF_Button:hover {
    background-color: #e28d25;
}

.S001_Theme_Default .SuperForm .SF_SubmitButton a {
    background-color: #355767;
    color: #fff;
}

.S001_Theme_Default .SuperForm .SF_ResetButton a {
    background-color: #666;
    color: #fff;
}

/* header */
.header_bg {
    background-color: #E38D1B;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.jssorSlider {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.roll_menu.roll_activated .headerBox > .shade {
    background-color: #E38D1B !important;
}

.footer_bottom .footer_bottom_bg {
    background-color: #212121 !important;
}

.footer_bg {
    background-image: linear-gradient(55deg, #2D2D2D 20%, #333333 0, #333333 50%, #3A3A3A 0);
}

.mobile_nav > .shade {
    background-color: #e28d25 !important;
}

.FullHighLightGreyBox {
    background-color: #edf0f1;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

    .FullHighLightGreyBox section.row > div:nth-child(1) {
        display: flex;
    }

.HighLight_Left {
    width: 100%;
    max-width: 50%;
    display: flex;
    align-items: flex-end;
}

.HighLight_Right {
    width: 100%;
    max-width: 705px;
    margin-left: 15px;
}


.document-list {
    /*padding-top: 20px;
    padding-bottom: 30px;
    margin-right:50px;*/
}

    .document-list article > div {
        border-left: 2px solid #e28d25;
        padding-left: 20px;
        margin: 20px;
    }

    .document-list h2 {
        text-transform: uppercase;
        font-size: 14px;
        color: #283c47;
        margin: 0px;
        line-height: 20px;
        font-weight: 600;
    }

    .document-list h1 {
        font-size: 18px;
        font-weight: 100;
        line-height: 30px;
        color: #e28d25;
        margin: 0px;
    }

.doctument-list p {
    font-size: 14px;
}

.document-list article a {
    text-align: right;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1600px) {
    .HighLight_Right {
        max-width: 555px;
        margin-right: 15px;
    }
}


@media only screen and (max-width: 990px) {
    .HighLight_Right {
        max-width: 555px;
        margin-right: 15px;
    }

    #dnn_content {
        padding-top: 106px !important;
    }
}

a, a:link, a:active, a:visited {
    color: #e28d25;
}


.imgbox08 .imgbox08-con > a[class*="btn"] {
    color: #e28d25;
}


.search, a.search:link, a.search:active, a.search:visited {
    color: #eaeaea !important;
    opacity: 0.1;
}

@media only screen and (max-width: 768px) {
    .academia .cat {
        text-align: center;
        text-transform: uppercase;
        padding-top: .6em;
        margin: 1em 0 1.5em 0;
        position: relative;
        font-size: 1.6em;
        font-weight: 400;
    }


        .academia .cat:before {
            content: "";
            display: block;
            position: absolute;
            width: 100px;
            height: 4px;
            background-color: #e28d25;
            margin-left: 50%;
            top: 0;
            transform: translateX(-50%);
        }


    .FullHighLightGreyBox > section > div {
        display: flex;
        flex-direction: column-reverse;
    }

    .HighLight_Left {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: flex-end;
    }

    .newsletter {
        flex-direction: column;
        padding: 20px 0px;
    }

    .newsletter div {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .newsletter h1, .newsletter h2 {
        line-height: 30px;
    }


    .newsletter h2 {
        font-size: 15px;
    }

    .academia .title {
        font-size: 1.6em;
    }
}

/*#header7 .nav_ico {display:none;}

.loginGroup {display:none !important;}*/

.footer_box .footer_bg {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.color-main {
    color: var(--orange-color);
}

/* Newsletter */
.newsletter-container {
    background-color: #1e0e04;
}

.newsletterRow {
    background-color: #1e0e04;
}
.formadores.row .newsletter {
    background-color: #040200;
}

.newsletter {
    /*display: flex;
    flex-wrap: wrap;*/
    color: #fff;
    padding: 25px 0px;
    background-color: #1e0e04;
    justify-content: space-between;
    text-align: right;
}

    .newsletter .status {
        margin-top: 20px;
        line-height: 1.2;
    }

    .newsletter h1,
    .newsletter h2 {
        font-weight: 400;
        line-height: 40px;
        color: #ffffff;
        margin: 0px;
        font-size: 18px;
    }

    .newsletter h1 {
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .newsletter h2 {
        line-height: 1.2;
    }

    .newsletter .title {
        /*margin-right: 2rem;
        flex-shrink: 0;
        max-width: 310px;*/
    }

    .newsletter .form-colx {
        width: 76%;
    }

    .newsletter .disclaimer {
        line-height: 1.3;
        color: #aaa;
        text-align: justify;
        margin-top: 1rem;
    }

    .newsletter button,
    .newsletter .button {
        cursor: pointer;
        width: 200px;
        padding: 0px;
        margin: 0px;
        height: 37px;
        padding: 10px 0;
        background-color: #e28d25;
        border: 0px;
        border-radius: 3px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 1;
    }

    .newsletter input {
        background-color: #edf0f1;
        border-radius: 3px;
        color: #666;
        padding: 5px 10px;
        height: 37px;
        border: 0;
    }

.newsletter-form {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 1rem 0;
}

.newsletter-form-wrapper {
    flex-grow: 0;
}

.newsletter-form-wrapper label span {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.newsletter-form-wrapper label {
    margin-bottom: 0;
    color: #aaa;
}

.newsletter-form-wrapper button,
.newsletter-form-wrapper .button {
    max-width: 50px;
}

.newsletter-form > * + * {
    margin-left: 15px !important;
}

.academia-color {
    color: #e38d1b !important;
}

.btn-a-main {
    margin: 0;
    padding: 0;
    background-color: #e28d25;
    border: 0px;
    border-radius: 3px;
    background-color: #e28d25;
    color: #ffffff!important;
    text-transform: uppercase;
    line-height: 1;
    max-width: 200px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 37px;
}
.btn-a-main:hover,
.btn-a-main:active,
.btn-a-main:focus {
    text-decoration: none;
}


.title-h1 {
    background-color: #e28d25;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0.8rem 1.3rem;
    font-family: "Open Sans", sans-serif;
}

/* forma��o detalhe cursos */
.formacao-detalhe-wrapper .formacao-detalhe__header {
    margin-bottom: 1.6rem;
}

.formacao-detalhe-wrapper .btn-cta,
.formacao-detalhe-wrapper .btn-cta-xl {
    border: 0;
    border-radius: 5px;
    color: #fff;
    background-color: #283c47;
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
}

    .formacao-detalhe-wrapper .btn-cta:hover,
    .formacao-detalhe-wrapper .btn-cta-xl:hover {
        background-color: #e28d25;
    }

.formacao-detalhe-wrapper .btn-cta {
    margin-top: 1rem;
}

.formacao-detalhe-wrapper .btn-cta-xl {
    width: 100%;
}

.formacao-detalhe-wrapper .formacao-detalhe__header--list {
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

    .formacao-detalhe-wrapper .formacao-detalhe__header--list .label {
        text-transform: uppercase;
        font-weight: bold;
    }

    .formacao-detalhe-wrapper .formacao-detalhe__header--list .detail {
        font-size: 1.3rem;
    }

.formacao-detalhe-wrapper .formacao-detalhe__header--list {
    border-top: 2px solid #e28d25;
    border-bottom: 2px solid #e28d25;
}

.formacao-detalhe-wrapper .btn-xl {
    font-size: 1.1rem;
    text-align: center;
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: 5px;
    display: inline-block;
    background-color: #eaeaea;
    text-decoration: none;
}

.formacao-detalhe-wrapper .formacao-detalhe__nav {
    display: flex;
    justify-content: space-between;
}

    .formacao-detalhe-wrapper .formacao-detalhe__nav > * {
        flex-grow: 1;
    }

    .formacao-detalhe-wrapper .formacao-detalhe__nav .btn-xl {
        width: 100%;
        text-transform: uppercase;
        background-color: #e28d25;
    }

.formacao-detalhe-wrapper .btn-toggle {
    border: 0;
    border-radius: 5px;
    padding: 0.8rem 1rem;
    background-color: #666;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1;
}

.formacao-detalhe-wrapper .btn-toggle span {
    margin-left: 6px;
}

.formacao-detalhe-wrapper .aside > * {
    background-color: #eaeaea;
    padding: 1rem;
}

.formacao-detalhe-wrapper .title-icon {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.formacao-detalhe-wrapper .title-icon i,
.formacao-detalhe-wrapper .doc-list a i {
    color: inherit;
    margin-right: 6px;
}

.formacao-detalhe-wrapper [aria-hidden=true] {
    display: none;
}

.formacao-detalhe-wrapper .doc-list > li + li {
    margin-top: 10px;
}

.formacao-detalhe-wrapper .doc-list {
    list-style: none;
    margin: 0;
}

.formacao-detalhe-wrapper .doc-list a {
    text-decoration: none;
    position: relative;
    line-height: 1.2;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-top: 10px;
}

.formacao-detalhe-wrapper .v-spacer > * + * {
    margin-top: 2rem;
}

.formacao-detalhe-wrapper .v-spacer-sm > * + * {
    margin-top: 1rem;
}

.formacao-detalhe-wrapper .h-spacer > * + * {
    margin-left: 2rem;
}

.formacao-detalhe-wrapper .h-spacer-sm > * + * {
    margin-left: 3rem;
}

.formacao-detalhe-wrapper a {
    color: inherit;
}

.formacao-detalhe-wrapper a:hover {
    opacity: 0.7;
}

.formacao-detalhe-wrapper a:focus {
    outline: 2px dashed #e28d25;
    outline-offset: 4px;
}

.formacao-detalhe-wrapper button:focus {
    box-shadow: 0 0 0 5px #fff, 0 0 0 10px #e28d25;
}

.formacao-detalhe-wrapper .detalhe-title-h1 {
    color: #e28d25;
    font-size: 1.8rem;
}

.formacao-detalhe-wrapper .title-h2 {
    color: #e28d25;
    font-size: 1.6rem;
}

.formacao-detalhe-wrapper .title-h3 {
    color: #666;
    font-size: 1.2rem;
}

.formacao-detalhe-wrapper strong {
    color: #666;
}

/* dados formando */
.curso-formando-wrapper .title-h1 {
    color: #e28d25;
}

.curso-formando-wrapper .title-h2 {
    color: #e28d25;
}

.curso-formando-wrapper .title-h3 {
    color: #666;
}

.curso-formando-wrapper strong {
    color: #666;
}

.curso-formando-wrapper .curso-formando__form {
    display: flex;
    flex-direction: column;
}

.curso-formando-wrapper .input-wrapper {
    background-color: #eaeaea;
    padding: 16px 10px;
}

    .curso-formando-wrapper .input-wrapper input {
        background-color: #fff;
        color: #000;
        max-width: 300px;
        margin-right: 1rem;
    }

.curso-formando-wrapper .curso-formando-form__nav {
    list-style: none;
    text-align: right;
}

    .curso-formando-wrapper .curso-formando-form__nav li {
        display: inline-block;
        width: 100%;
        max-width: 200px;
    }

    .curso-formando-wrapper .curso-formando-form__nav .btn {
        width: 100%;
    }

.curso-formando-wrapper label {
    display: flex;
    flex-direction: column;
}

    .curso-formando-wrapper label div {
        display: flex;
    }

    .curso-formando-wrapper label .cp1, .curso-formando-wrapper label .cp2 {
        max-width: 10%;
        min-width:50px;
    }

    .curso-formando-wrapper label .cc-id .cp1 {
        min-width:100px
    }

    .curso-formando-wrapper label .cc-id .cp2 {
        min-width: 50px
    }

    .curso-formando-wrapper label .cp2 {
        margin: 0 2rem 0 1rem;
    }

    .curso-formando-wrapper label span {
        display: block;
    }

.curso-formando-wrapper input, .curso-formando-wrapper select, .curso-formando-wrapper textarea {
    box-sizing: border-box;
    min-height: 38px;
    min-width: 38px;
    background-color: #eaeaea;
    border: 0;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1.1em;
    color: #666666;
    padding: 8px;
    line-height: 1;
    flex-grow: 1;
}

.curso-formando-wrapper button {
    min-height: 38px;
    min-width: 38px;
}

.curso-formando-wrapper select {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAAAo0lEQVRIie3STaqBYRTA8Z+ukis7sgwTQzuxAckejFEGUiZiG5JV3G69YeBVb74/jtnzrzN7Or9OPaRSqcgGyLAPmizfedE2EDnN5hrUxC4Q2eU7r9YLhLq3EPjBMACZoHwPgl+sPkCWqD5CTtUwfwNZoP4sUrxs9gIyfeWS8yoYP4GM8rcfVULnDtJ3/ERhtfBXAP7RjgSKNbDOp/EtJJWK6QBceqOraqxeeAAAAABJRU5ErkJggg==') !important;
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: inline-block;
    cursor: pointer;
    background-size: 10px;
    vertical-align: center;
    padding-top: 12px;
}

.curso-formando-wrapper .btn {
    color: #fff;
    width: 100%;
    max-width: 200px;
    display: inline-block;
}

.curso-formando-wrapper .btn-forward {
    background-color: #283c47;
}

.curso-formando-wrapper .btn-back {
    background-color: #666666;
}

.v-spacer > * + * {
    margin-top: 2rem;
}

.v-spacer-sm > * + * {
    margin-top: 1rem;
}

.h-spacer > * + * {
    margin-left: 2rem;
}

.h-spacer-sm > * + * {
    margin-left: 3rem;
}

.mt-sm {
    margin-top: 1rem;
}

.mt-md {
    margin-top: 2.5rem;
}

.mb-md {
    margin-top: 2.5rem;
}

.flex-h-end {
    display: flex;
    justify-content: flex-end;
}

.academia-div-line-separator {
    border-bottom: 1px solid #dbdbdb;
    margin: 20px;
}

@media only screen and (max-width: 767px) {
    .RowThirteen_Grid4_Pane3{
        margin-top: 40px !important;
    }
    .newsletter .title {
        text-align: left;
    }

    .newsletter div {
        text-align: left;
    }

    .newsletter button, .newsletter .button {
        width: 100%;
    }

    .newsletter-form {
        display: block;
    }

    .newsletter-form > * + * {
            margin-left: 0px !important;
        }

    .newsletter-form-wrapper .button {
        min-width: 100% !important;
        margin-top: 20px;
    }

    .newsletter-form-wrapper label {
        width: 100%;
        margin-top: 10px;
    }
}

/* Banner edit mode top nav option */
.Navigation {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}